翻訳と辞書
Words near each other
・ Crow, West Virginia
・ Crow-billed drongo
・ Crow-Elkhart (automobile company)
・ Crow-Mag Airport
・ Crouse Formation
・ Crouse Library for Publishing Arts
・ Crouse Spur
・ Crouse's Settlement, Nova Scotia
・ Crouse, North Carolina
・ Crouse-Hinds Company
・ Crouseilles
・ Crousetown, Nova Scotia
・ Crouseville, Maine
・ Crousi
・ Croustade
Crout matrix decomposition
・ Croutelle
・ Crouter
・ Crouton
・ Croutoy
・ Crouttes
・ Crouttes-sur-Marne
・ Crouy
・ Crouy-en-Thelle
・ Crouy-Saint-Pierre
・ Crouy-sur-Cosson
・ Crouy-sur-Ourcq
・ Crouzet-Migette
・ Crouzilles
・ Crouzon syndrome


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Crout matrix decomposition : ウィキペディア英語版
Crout matrix decomposition
In linear algebra, the Crout matrix decomposition is an LU decomposition which decomposes a matrix into a lower triangular matrix (L), an upper triangular matrix (U) and, although not always needed, a permutation matrix (P). It was developed by Prescott Durand Crout.
The Crout matrix decomposition algorithm differs slightly from the Doolittle method. Doolittle's method returns a unit lower triangular matrix and an upper triangular matrix, while the Crout method returns a lower triangular matrix and a unit upper triangular matrix.
So, if a matrix decomposition of a matrix A is such that:
:A = LDU
being L a unit lower triangular matrix, D a diagonal matrix and U a unit upper triangular matrix, then Doolittle's method produces
:A = L(DU)
and Crout's method produces
:A = (LD)U.
being L a lower triangular matrix, D a diagonal matrix and U a normalised upper triangular matrix
C implementation:

void crout(double
*
*A, double
*
*L, double
*
*U, int n)

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Crout matrix decomposition」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.